Crate arrow_schema

source ·
Expand description

Arrow logical types

Structs

Describes a single column in a Schema.
Describes the meta-data of an ordered sequence of relative types.

Enums

Many different operations in the arrow crate return this error type.
The set of datatypes that are supported by this implementation of Apache Arrow.
YEAR_MONTH, DAY_TIME, MONTH_DAY_NANO interval in SQL style.
An absolute length of time in seconds, milliseconds, microseconds or nanoseconds.

Constants

The maximum precision for DataType::Decimal128 values
The maximum scale for DataType::Decimal128 values
The maximum precision for DataType::Decimal256 values
The maximum scale for DataType::Decimal256 values

Type Definitions

A reference-counted reference to a Schema.